net.Resolver.internetAddrList (method)
6 uses
net (current package)
dial.go#L282: addrs, err := r.internetAddrList(ctx, afnet, addr)
iprawsock.go#L90: addrs, err := DefaultResolver.internetAddrList(context.Background(), afnet, address)
ipsock.go#L248: func (r *Resolver) internetAddrList(ctx context.Context, net, addr string) (addrList, error) {
lookup.go#L231: addrs, err := r.internetAddrList(ctx, afnet, host)
tcpsock.go#L92: addrs, err := DefaultResolver.internetAddrList(context.Background(), network, address)
udpsock.go#L95: addrs, err := DefaultResolver.internetAddrList(context.Background(), network, address)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |